projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d2531e
)
Seal priv pointer in GtkAboutDialog.
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:03:36 +0000
(11:03 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:03:36 +0000
(11:03 +0000)
svn path=/trunk/; revision=20552
gtk/gtkaboutdialog.h
patch
|
blob
|
history
diff --git
a/gtk/gtkaboutdialog.h
b/gtk/gtkaboutdialog.h
index bf471044c3a9f475ac534e3da11e756a30292245..02f2fbec03d3a499a385c7cda7da7a56e34262ce 100644
(file)
--- a/
gtk/gtkaboutdialog.h
+++ b/
gtk/gtkaboutdialog.h
@@
-48,7
+48,7
@@
struct _GtkAboutDialog
GtkDialog parent_instance;
/*< private >*/
- gpointer
private_data
;
+ gpointer
GSEAL (private_data)
;
};
struct _GtkAboutDialogClass